Kconfig (fb6bf6320e33af5bd6ac788f27245f9162bc5215) Kconfig (a7722d8796c3431163943c30af7a90d87c43180a)
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

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

83 bool
84
85config OMAP_PACKAGE_CBP
86 bool
87
88config OMAP_PACKAGE_CBL
89 bool
90
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

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

83 bool
84
85config OMAP_PACKAGE_CBP
86 bool
87
88config OMAP_PACKAGE_CBL
89 bool
90
91config OMAP_PACKAGE_CBS
92 bool
93
91comment "OMAP Board Type"
92 depends on ARCH_OMAP2PLUS
93
94config MACH_OMAP_GENERIC
95 bool "Generic OMAP board"
96 depends on ARCH_OMAP2
97 default y
98

--- 213 unchanged lines hidden ---
94comment "OMAP Board Type"
95 depends on ARCH_OMAP2PLUS
96
97config MACH_OMAP_GENERIC
98 bool "Generic OMAP board"
99 depends on ARCH_OMAP2
100 default y
101

--- 213 unchanged lines hidden ---