AndroidComputer: remote Kconfig default n
authorwlq <wlq@rock-chips.com>
Thu, 24 Oct 2013 07:17:34 +0000 (15:17 +0800)
committerwlq <wlq@rock-chips.com>
Thu, 24 Oct 2013 07:17:34 +0000 (15:17 +0800)
modified:
arch/arm/configs/rk3188_ac_defconfig
drivers/input/remotectl/Kconfig

arch/arm/configs/rk3188_ac_defconfig
drivers/input/remotectl/Kconfig

index a0d9a46d887bc1d61ee306ffb8928e4cd4487abd..6808ca31ae935f86346ce3b2b4f83e508e55460f 100755 (executable)
@@ -254,6 +254,8 @@ CONFIG_GSENSOR_DEVICE=y
 CONFIG_COMPASS_DEVICE=y
 CONFIG_COMPASS_AK8963=y
 CONFIG_GYROSCOPE_DEVICE=y
+CONFIG_ROCKCHIP_REMOTECTL=y
+CONFIG_RK_REMOTECTL=y
 CONFIG_RK_IR_WAKEUP=y
 # CONFIG_SERIO is not set
 # CONFIG_VT is not set
index b52921fc4b33a7ebf06657ba7099bf827a91cfba..8f353cfc9453220527133e3ae74bd8a58a2b68bf 100755 (executable)
@@ -3,7 +3,7 @@
 #
 menuconfig ROCKCHIP_REMOTECTL
        bool "rkxx remotectl"
-       default y
+       default n
        help
          Say Y here, will suport rk remotectl.
          This option doesn't affect the kernel.
@@ -13,7 +13,7 @@ if ROCKCHIP_REMOTECTL
 
 config RK_REMOTECTL
        bool "rkxx remoctrl"
-       default y
+       default n
        
 config RK_IR_WAKEUP
        bool "rkxx remoctrl wakeup"