[PATCH 1/3] Add generic configuration option to enable all xilinx drivers.
wolfgang.reissnegger at xilinx.com
wolfgang.reissnegger at xilinx.com
Wed Aug 22 10:53:11 EST 2007
From: Stephen Neuendorffer <stephen.neuendorffer at xilinx.com>
In the future, this will be used to provide similar configuration
for PowerPC and Microblaze.
Signed-off-by: Stephen Neuendorffer <stephen.neuendorffer at xilinx.com>
Signed-off-by: Wolfgang Reissnegger <wolfgang.reissnegger at xilinx.com>
---
arch/ppc/platforms/4xx/Kconfig | 1 +
drivers/misc/Kconfig | 10 ++++++++++
drivers/video/Kconfig | 2 +-
3 files changed, 12 insertions(+), 1 deletions(-)
diff --git a/arch/ppc/platforms/4xx/Kconfig b/arch/ppc/platforms/4xx/Kconfig
index 76551b6..d7db7e4 100644
--- a/arch/ppc/platforms/4xx/Kconfig
+++ b/arch/ppc/platforms/4xx/Kconfig
@@ -228,6 +228,7 @@ config XILINX_VIRTEX_4_FX
config XILINX_VIRTEX
bool
+ select XILINX_DRIVERS
config STB03xxx
bool
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
index 518d5d3..e5bc9af 100644
--- a/drivers/misc/Kconfig
+++ b/drivers/misc/Kconfig
@@ -219,3 +219,13 @@ config THINKPAD_ACPI_INPUT_ENABLED
endif # MISC_DEVICES
+endmenu
+
+
+#
+# Xilinx devices and common device driver infrastructure
+#
+
+config XILINX_DRIVERS
+ bool
+
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index 5216c11..69e7240 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -1824,7 +1824,7 @@ config FB_PS3_DEFAULT_SIZE_M
config FB_XILINX
tristate "Xilinx frame buffer support"
- depends on FB && XILINX_VIRTEX
+ depends on FB && XILINX_DRIVERS
select FB_CFB_FILLRECT
select FB_CFB_COPYAREA
select FB_CFB_IMAGEBLIT
--
1.5.2.1
More information about the Linuxppc-embedded
mailing list