Kconfig (1c213ba16ed8f48fc12dfec8a588d608ffef0904) Kconfig (ecc46cfdad7499a21296f0757059c4965f1fbc98)
1if ARCH_OMAP2PLUS
2
3menu "TI OMAP2/3/4 Specific Features"
4
5config ARCH_OMAP2PLUS_TYPICAL
6 bool "Typical OMAP configuration"
7 default y
8 select AEABI

--- 7 unchanged lines hidden (view full) ---

16 select I2C_OMAP
17 select MENELAUS if ARCH_OMAP2
18 select TWL4030_CORE if ARCH_OMAP3 || ARCH_OMAP4
19 select TWL4030_POWER if ARCH_OMAP3 || ARCH_OMAP4
20 select HIGHMEM
21 help
22 Compile a kernel suitable for booting most boards
23
1if ARCH_OMAP2PLUS
2
3menu "TI OMAP2/3/4 Specific Features"
4
5config ARCH_OMAP2PLUS_TYPICAL
6 bool "Typical OMAP configuration"
7 default y
8 select AEABI

--- 7 unchanged lines hidden (view full) ---

16 select I2C_OMAP
17 select MENELAUS if ARCH_OMAP2
18 select TWL4030_CORE if ARCH_OMAP3 || ARCH_OMAP4
19 select TWL4030_POWER if ARCH_OMAP3 || ARCH_OMAP4
20 select HIGHMEM
21 help
22 Compile a kernel suitable for booting most boards
23
24config SOC_HAS_OMAP2_SDRC
25 bool "OMAP2 SDRAM Controller support"
26
24config ARCH_OMAP2
25 bool "TI OMAP2"
26 depends on ARCH_OMAP2PLUS
27 default y
28 select CPU_V6
29 select MULTI_IRQ_HANDLER
27config ARCH_OMAP2
28 bool "TI OMAP2"
29 depends on ARCH_OMAP2PLUS
30 default y
31 select CPU_V6
32 select MULTI_IRQ_HANDLER
33 select SOC_HAS_OMAP2_SDRC
30
31config ARCH_OMAP3
32 bool "TI OMAP3"
33 depends on ARCH_OMAP2PLUS
34 default y
35 select CPU_V7
36 select USB_ARCH_HAS_EHCI if USB_SUPPORT
37 select ARCH_HAS_OPP
38 select PM_OPP if PM
39 select ARM_CPU_SUSPEND if PM
40 select MULTI_IRQ_HANDLER
34
35config ARCH_OMAP3
36 bool "TI OMAP3"
37 depends on ARCH_OMAP2PLUS
38 default y
39 select CPU_V7
40 select USB_ARCH_HAS_EHCI if USB_SUPPORT
41 select ARCH_HAS_OPP
42 select PM_OPP if PM
43 select ARM_CPU_SUSPEND if PM
44 select MULTI_IRQ_HANDLER
45 select SOC_HAS_OMAP2_SDRC
41
42config ARCH_OMAP4
43 bool "TI OMAP4"
44 default y
45 depends on ARCH_OMAP2PLUS
46 select CACHE_L2X0
47 select CPU_V7
48 select ARM_GIC

--- 10 unchanged lines hidden (view full) ---

59comment "OMAP Core Type"
60 depends on ARCH_OMAP2
61
62config SOC_OMAP2420
63 bool "OMAP2420 support"
64 depends on ARCH_OMAP2
65 default y
66 select OMAP_DM_TIMER
46
47config ARCH_OMAP4
48 bool "TI OMAP4"
49 default y
50 depends on ARCH_OMAP2PLUS
51 select CACHE_L2X0
52 select CPU_V7
53 select ARM_GIC

--- 10 unchanged lines hidden (view full) ---

64comment "OMAP Core Type"
65 depends on ARCH_OMAP2
66
67config SOC_OMAP2420
68 bool "OMAP2420 support"
69 depends on ARCH_OMAP2
70 default y
71 select OMAP_DM_TIMER
72 select SOC_HAS_OMAP2_SDRC
67
68config SOC_OMAP2430
69 bool "OMAP2430 support"
70 depends on ARCH_OMAP2
71 default y
73
74config SOC_OMAP2430
75 bool "OMAP2430 support"
76 depends on ARCH_OMAP2
77 default y
78 select SOC_HAS_OMAP2_SDRC
72
73config SOC_OMAP3430
74 bool "OMAP3430 support"
75 depends on ARCH_OMAP3
76 default y
79
80config SOC_OMAP3430
81 bool "OMAP3430 support"
82 depends on ARCH_OMAP3
83 default y
84 select SOC_HAS_OMAP2_SDRC
77
78config SOC_TI81XX
79 bool "TI81XX support"
80 depends on ARCH_OMAP3
81 default y
82
83config SOC_AM33XX
84 bool "AM33XX support"

--- 305 unchanged lines hidden ---
85
86config SOC_TI81XX
87 bool "TI81XX support"
88 depends on ARCH_OMAP3
89 default y
90
91config SOC_AM33XX
92 bool "AM33XX support"

--- 305 unchanged lines hidden ---