| title: | PATCH Siano 10231 add submenu to kconfig |
|
# HG changeset patch
# User Uri Shkolnik <uris@xxxxxxxxxxxx
# Date 1231851527 -7200
# Node ID 237f7e853bb76dce1d7369e2bd804d74bd11e2ea
# Parent 9a7e625c254bf24465b2663bdfbfd19bf192e4d8
SMS Kconfig - add submenu
From: Uri Shkolnik <uris@xxxxxxxxxxxx
Add submenu that contains all SMS related components
Priority: normal
Signed-off-by: Uri Shkolnik <uris@xxxxxxxxxxxx
diff -r 9a7e625c254b -r 237f7e853bb7 linux/drivers/media/dvb/siano/Kconfig
--- a/linux/drivers/media/dvb/siano/Kconfig Tue Jan 13 14:37:50 2009 +0200
+++ b/linux/drivers/media/dvb/siano/Kconfig Tue Jan 13 14:58:47 2009 +0200
@@ -3,7 +3,7 @@
#
config SMS_SIANO_MDTV
- tristate "Siano MDTV receiver"
+ tristate "Siano SMS1xxx based MDTV receiver"
default m
---help---
Choose Y or M here if you have MDTV receiver with a Siano chipset.
@@ -16,6 +16,7 @@ config SMS_SIANO_MDTV
Further documentation on this driver can be found on the WWW at rel="nofollow" www.siano-ms.com/ www.siano-ms.com/
if SMS_SIANO_MDTV
+menu "Siano module components"
# Kernel sub systems support
@@ -67,4 +68,5 @@ config SMS_SPI_PXA310_DRV
---help---
Choose if you would like to have Sianos support for PXA 310 SPI interface
+endmenu
endif # SMS_SIANO_MDTV
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at rel="nofollow" vger.kernel.org/majordomo-info.html vger.kernel.org/majordomo-info.html
|