From d9e2d65051af2d1991aa9877c45b4447760b0db3 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 24 Sep 2010 17:59:21 +0800 Subject: [PATCH] fix the compile warning of siano Kconfig file --- drivers/cmmb/siano/Kconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/cmmb/siano/Kconfig b/drivers/cmmb/siano/Kconfig index 7e0071468784..45a6666b9ed5 100755 --- a/drivers/cmmb/siano/Kconfig +++ b/drivers/cmmb/siano/Kconfig @@ -4,7 +4,7 @@ config SMS_SIANO_MDTV tristate "Siano SMS1xxx based MDTV receiver" - default y + default M ---help--- Choose Y or M here if you have MDTV receiver with a Siano chipset. @@ -51,13 +51,13 @@ endif # SMS_HOSTLIB_SUBSYS # Hardware interfaces support config SMS_USB_DRV - bool "USB interface support" + tristate "USB interface support" default n ---help--- Choose if you would like to have Siano's support for USB interface config SMS_SDIO_DRV - bool "SDIO interface support" + tristate "SDIO interface support" default n ---help--- Choose if you would like to have Siano's support for SDIO interface -- 2.34.1