diff options
Diffstat (limited to 'target/linux/mvebu')
-rw-r--r-- | target/linux/mvebu/config-5.10 | 1 | ||||
-rw-r--r-- | target/linux/mvebu/modules.mk | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/target/linux/mvebu/config-5.10 b/target/linux/mvebu/config-5.10 index 86d8784c74..ee9331252c 100644 --- a/target/linux/mvebu/config-5.10 +++ b/target/linux/mvebu/config-5.10 @@ -339,7 +339,6 @@ CONFIG_PLAT_ORION=y CONFIG_PM_OPP=y CONFIG_POWER_RESET=y CONFIG_POWER_RESET_GPIO=y -# CONFIG_POWER_RESET_QNAP is not set CONFIG_PRINTK_SAFE_LOG_BUF_SHIFT=11 CONFIG_PWM=y CONFIG_PWM_SYSFS=y diff --git a/target/linux/mvebu/modules.mk b/target/linux/mvebu/modules.mk index 3a5e316788..8d4dc4d968 100644 --- a/target/linux/mvebu/modules.mk +++ b/target/linux/mvebu/modules.mk @@ -4,8 +4,7 @@ define KernelPackage/linkstation-poweroff TITLE:=Buffalo LinkStation power off driver KCONFIG:= \ CONFIG_POWER_RESET=y \ - CONFIG_POWER_RESET_LINKSTATION \ - CONFIG_POWER_RESET_QNAP=n + CONFIG_POWER_RESET_LINKSTATION FILES:=$(LINUX_DIR)/drivers/power/reset/linkstation-poweroff.ko AUTOLOAD:=$(call AutoLoad,31,linkstation-poweroff,1) |