diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2021-06-13 15:51:05 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2021-08-06 09:40:26 +0300 |
commit | 4297d1c0834af97fe992ec7bf766f0a262ce5ffc (patch) | |
tree | 895a3f7e91c165e29c5d22820b0a3095f95a6b1e /arch/arm/mach-omap2/Kconfig | |
parent | c8d9a986d0f2466d11ffd07e66fed9f4a34631a7 (diff) | |
download | linux-4297d1c0834af97fe992ec7bf766f0a262ce5ffc.tar.xz |
arm: omap2: Drop the unused OMAP_PACKAGE_* KConfig entries
The OMAP_PACKAGE_* Kconfig entries are no longer referenced
in the kernel so can be dropped as they're obsolete.
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/Kconfig')
-rw-r--r-- | arch/arm/mach-omap2/Kconfig | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index 0d93914a8e3f..7f13adf26e61 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig @@ -181,18 +181,6 @@ config SOC_TI81XX depends on ARCH_OMAP3 default y -config OMAP_PACKAGE_CBC - bool - -config OMAP_PACKAGE_CBB - bool - -config OMAP_PACKAGE_CUS - bool - -config OMAP_PACKAGE_CBP - bool - comment "OMAP Legacy Platform Data Board Type" depends on ARCH_OMAP2PLUS |