Commit 993e2215 authored by Arnd Bergmann's avatar Arnd Bergmann Committed by Gregory CLEMENT

ARM: orion: only select I2C_BOARDINFO when using I2C

If we select I2C_BOARDINFO and I2C is disabled, we get a
harmless Kconfig warning:

warning: (MACH_DOVE_DB && MACH_DB88F5281 && MACH_RD88F5182 && MACH_RD88F5182_DT && MACH_KUROBOX_PRO && MACH_DNS323 && MACH_LINKSTATION_PRO && MACH_LINKSTATION_LSCHL && MACH_LINKSTATION_LS_HGL && MACH_NET2BIG) selects I2C_BOARDINFO which has unmet direct dependencies (I2C)

Making the select itself conditional avoids the warning and
makes the kernel slightly smaller as the compiler will be
able to drop the unused board info.
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
Reviewed-by: default avatarAndrew Lunn <andrew@lunn.ch>
Acked-by: default avatarJason Cooper <jason@lakedaemon.net>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@free-electrons.com>
parent 92e963f5
...@@ -8,7 +8,7 @@ config DOVE_LEGACY ...@@ -8,7 +8,7 @@ config DOVE_LEGACY
config MACH_DOVE_DB config MACH_DOVE_DB
bool "Marvell DB-MV88AP510 Development Board" bool "Marvell DB-MV88AP510 Development Board"
select DOVE_LEGACY select DOVE_LEGACY
select I2C_BOARDINFO select I2C_BOARDINFO if I2C
help help
Say 'Y' here if you want your kernel to support the Say 'Y' here if you want your kernel to support the
Marvell DB-MV88AP510 Development Board. Marvell DB-MV88AP510 Development Board.
......
...@@ -28,14 +28,14 @@ config ARCH_ORION5X_DT ...@@ -28,14 +28,14 @@ config ARCH_ORION5X_DT
config MACH_DB88F5281 config MACH_DB88F5281
bool "Marvell Orion-2 Development Board" bool "Marvell Orion-2 Development Board"
select I2C_BOARDINFO select I2C_BOARDINFO if I2C
help help
Say 'Y' here if you want your kernel to support the Say 'Y' here if you want your kernel to support the
Marvell Orion-2 (88F5281) Development Board Marvell Orion-2 (88F5281) Development Board
config MACH_RD88F5182 config MACH_RD88F5182
bool "Marvell Orion-NAS Reference Design" bool "Marvell Orion-NAS Reference Design"
select I2C_BOARDINFO select I2C_BOARDINFO if I2C
help help
Say 'Y' here if you want your kernel to support the Say 'Y' here if you want your kernel to support the
Marvell Orion-NAS (88F5182) RD2 Marvell Orion-NAS (88F5182) RD2
...@@ -43,14 +43,14 @@ config MACH_RD88F5182 ...@@ -43,14 +43,14 @@ config MACH_RD88F5182
config MACH_RD88F5182_DT config MACH_RD88F5182_DT
bool "Marvell Orion-NAS Reference Design (Flattened Device Tree)" bool "Marvell Orion-NAS Reference Design (Flattened Device Tree)"
select ARCH_ORION5X_DT select ARCH_ORION5X_DT
select I2C_BOARDINFO select I2C_BOARDINFO if I2C
help help
Say 'Y' here if you want your kernel to support the Marvell Say 'Y' here if you want your kernel to support the Marvell
Orion-NAS (88F5182) RD2, Flattened Device Tree. Orion-NAS (88F5182) RD2, Flattened Device Tree.
config MACH_KUROBOX_PRO config MACH_KUROBOX_PRO
bool "KuroBox Pro" bool "KuroBox Pro"
select I2C_BOARDINFO select I2C_BOARDINFO if I2C
help help
Say 'Y' here if you want your kernel to support the Say 'Y' here if you want your kernel to support the
KuroBox Pro platform. KuroBox Pro platform.
...@@ -58,7 +58,7 @@ config MACH_KUROBOX_PRO ...@@ -58,7 +58,7 @@ config MACH_KUROBOX_PRO
config MACH_DNS323 config MACH_DNS323
bool "D-Link DNS-323" bool "D-Link DNS-323"
select GENERIC_NET_UTILS select GENERIC_NET_UTILS
select I2C_BOARDINFO select I2C_BOARDINFO if I2C
help help
Say 'Y' here if you want your kernel to support the Say 'Y' here if you want your kernel to support the
D-Link DNS-323 platform. D-Link DNS-323 platform.
...@@ -78,7 +78,7 @@ config MACH_TERASTATION_PRO2 ...@@ -78,7 +78,7 @@ config MACH_TERASTATION_PRO2
config MACH_LINKSTATION_PRO config MACH_LINKSTATION_PRO
bool "Buffalo Linkstation Pro/Live" bool "Buffalo Linkstation Pro/Live"
select I2C_BOARDINFO select I2C_BOARDINFO if I2C
help help
Say 'Y' here if you want your kernel to support the Say 'Y' here if you want your kernel to support the
Buffalo Linkstation Pro/Live platform. Both v1 and Buffalo Linkstation Pro/Live platform. Both v1 and
...@@ -86,7 +86,7 @@ config MACH_LINKSTATION_PRO ...@@ -86,7 +86,7 @@ config MACH_LINKSTATION_PRO
config MACH_LINKSTATION_LSCHL config MACH_LINKSTATION_LSCHL
bool "Buffalo Linkstation Live v3 (LS-CHL)" bool "Buffalo Linkstation Live v3 (LS-CHL)"
select I2C_BOARDINFO select I2C_BOARDINFO if I2C
help help
Say 'Y' here if you want your kernel to support the Say 'Y' here if you want your kernel to support the
Buffalo Linkstation Live v3 (LS-CHL) platform. Buffalo Linkstation Live v3 (LS-CHL) platform.
...@@ -100,7 +100,7 @@ config MACH_LINKSTATION_MINI ...@@ -100,7 +100,7 @@ config MACH_LINKSTATION_MINI
config MACH_LINKSTATION_LS_HGL config MACH_LINKSTATION_LS_HGL
bool "Buffalo Linkstation LS-HGL" bool "Buffalo Linkstation LS-HGL"
select I2C_BOARDINFO select I2C_BOARDINFO if I2C
help help
Say 'Y' here if you want your kernel to support the Say 'Y' here if you want your kernel to support the
Buffalo Linkstation LS-HGL platform. Buffalo Linkstation LS-HGL platform.
...@@ -139,7 +139,7 @@ config MACH_D2NET_DT ...@@ -139,7 +139,7 @@ config MACH_D2NET_DT
config MACH_NET2BIG config MACH_NET2BIG
bool "LaCie 2Big Network" bool "LaCie 2Big Network"
select I2C_BOARDINFO select I2C_BOARDINFO if I2C
help help
Say 'Y' here if you want your kernel to support the Say 'Y' here if you want your kernel to support the
LaCie 2Big Network NAS. LaCie 2Big Network NAS.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment