aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/serial/Kconfig
diff options
context:
space:
mode:
authorRob Herring <rob.herring@calxeda.com>2011-01-03 11:56:38 -0600
committerGrant Likely <grant.likely@secretlab.ca>2011-01-03 14:08:18 -0700
commit236cdc7bc718566a7e7cb9f763b51a8dcad88cbe (patch)
treed7009269e0b75a570d095aeb3fd72c317d0c4399 /drivers/serial/Kconfig
parentof/flattree: Add of_flat_dt_match() helper function (diff)
downloadlinux-dev-236cdc7bc718566a7e7cb9f763b51a8dcad88cbe.tar.xz
linux-dev-236cdc7bc718566a7e7cb9f763b51a8dcad88cbe.zip
of: make drivers depend on CONFIG_OF instead of CONFIG_PPC_OF
Some OF drivers could likely be used on non-powerpc OF based platforms, so fix the kconfig depends to be CONFIG_OF instead of CONFIG_PPC_OF. Compile tested on ARM and sparc. Signed-off-by: Rob Herring <rob.herring@calxeda.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to '')
-rw-r--r--drivers/serial/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig
index aff9dcd051c6..9d109f9a5c70 100644
--- a/drivers/serial/Kconfig
+++ b/drivers/serial/Kconfig
@@ -1402,7 +1402,7 @@ config SERIAL_NETX_CONSOLE
config SERIAL_OF_PLATFORM
tristate "Serial port on Open Firmware platform bus"
- depends on PPC_OF || MICROBLAZE
+ depends on OF
depends on SERIAL_8250 || SERIAL_OF_PLATFORM_NWPSERIAL
help
If you have a PowerPC based system that has serial ports