Kconfig (7c50152f0851e44ef7491546a29fddbbea47735b) Kconfig (5690597fc648c92b94771993a56c7e4f614874bf)
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
11 select PM_RUNTIME
12 select VFP
13 select NEON if ARCH_OMAP3 || ARCH_OMAP4
14 select SERIAL_OMAP
15 select SERIAL_OMAP_CONSOLE
16 select I2C
17 select I2C_OMAP
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
11 select PM_RUNTIME
12 select VFP
13 select NEON if ARCH_OMAP3 || ARCH_OMAP4
14 select SERIAL_OMAP
15 select SERIAL_OMAP_CONSOLE
16 select I2C
17 select I2C_OMAP
18 select MFD
18 select MFD_SUPPORT
19 select MENELAUS if ARCH_OMAP2
20 select TWL4030_CORE if ARCH_OMAP3 || ARCH_OMAP4
21 select TWL4030_POWER if ARCH_OMAP3 || ARCH_OMAP4
22 help
23 Compile a kernel suitable for booting most boards
24
25config ARCH_OMAP2
26 bool "TI OMAP2"

--- 301 unchanged lines hidden ---
19 select MENELAUS if ARCH_OMAP2
20 select TWL4030_CORE if ARCH_OMAP3 || ARCH_OMAP4
21 select TWL4030_POWER if ARCH_OMAP3 || ARCH_OMAP4
22 help
23 Compile a kernel suitable for booting most boards
24
25config ARCH_OMAP2
26 bool "TI OMAP2"

--- 301 unchanged lines hidden ---