diff options
author | Tony Lindgren <tony@atomide.com> | 2013-05-30 23:53:05 +0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2013-05-31 00:09:31 +0400 |
commit | c99eb41c3eac3d66530960d896d59bfe806e5c04 (patch) | |
tree | d24931d617bd87ea1fe75819ce6aa855cbbab9cf /arch/arm/mach-omap2/Kconfig | |
parent | b42b918194c4791510ac049e3d507169a7de8544 (diff) | |
download | linux-c99eb41c3eac3d66530960d896d59bfe806e5c04.tar.xz |
ARM: OMAP2+: Remove legacy mux data for omap4
We can now boot with devicetree and muxing can be done
with pinctrl-single.c.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/Kconfig')
-rw-r--r-- | arch/arm/mach-omap2/Kconfig | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index 1f941c48b3b8..6903d47f6251 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig @@ -167,12 +167,6 @@ config OMAP_PACKAGE_CUS config OMAP_PACKAGE_CBP bool -config OMAP_PACKAGE_CBL - bool - -config OMAP_PACKAGE_CBS - bool - comment "OMAP Board Type" depends on ARCH_OMAP2PLUS |