Kconfig (ecc46cfdad7499a21296f0757059c4965f1fbc98) Kconfig (35eb429875cedb6689ccd0c4d11cf219f07e0a9d)
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
9 select REGULATOR
10 select PM_RUNTIME
11 select VFP
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
9 select REGULATOR
10 select PM_RUNTIME
11 select VFP
12 select NEON if ARCH_OMAP3 || ARCH_OMAP4
12 select NEON if ARCH_OMAP3 || ARCH_OMAP4 || SOC_OMAP5
13 select SERIAL_OMAP
14 select SERIAL_OMAP_CONSOLE
15 select I2C
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

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

56 select PL310_ERRATA_588369
57 select PL310_ERRATA_727915
58 select ARM_ERRATA_720789
59 select ARCH_HAS_OPP
60 select PM_OPP if PM
61 select USB_ARCH_HAS_EHCI if USB_SUPPORT
62 select ARM_CPU_SUSPEND if PM
63
13 select SERIAL_OMAP
14 select SERIAL_OMAP_CONSOLE
15 select I2C
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

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

56 select PL310_ERRATA_588369
57 select PL310_ERRATA_727915
58 select ARM_ERRATA_720789
59 select ARCH_HAS_OPP
60 select PM_OPP if PM
61 select USB_ARCH_HAS_EHCI if USB_SUPPORT
62 select ARM_CPU_SUSPEND if PM
63
64config SOC_OMAP5
65 bool "TI OMAP5"
66 select CPU_V7
67 select ARM_GIC
68 select HAVE_SMP
69
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

--- 326 unchanged lines hidden ---
70comment "OMAP Core Type"
71 depends on ARCH_OMAP2
72
73config SOC_OMAP2420
74 bool "OMAP2420 support"
75 depends on ARCH_OMAP2
76 default y
77 select OMAP_DM_TIMER

--- 326 unchanged lines hidden ---