kernel: add disabled POWER_RESET_QNAP
Move the disabled symbol from target configs to generic configs. Signed-off-by: Sungbo Eo <mans0n@gorani.run>
This commit is contained in:
		| @@ -4504,6 +4504,7 @@ CONFIG_POSIX_TIMERS=y | |||||||
| # CONFIG_POWER_RESET_LINKSTATION is not set | # CONFIG_POWER_RESET_LINKSTATION is not set | ||||||
| # CONFIG_POWER_RESET_LTC2952 is not set | # CONFIG_POWER_RESET_LTC2952 is not set | ||||||
| # CONFIG_POWER_RESET_PIIX4_POWEROFF is not set | # CONFIG_POWER_RESET_PIIX4_POWEROFF is not set | ||||||
|  | # CONFIG_POWER_RESET_QNAP is not set | ||||||
| # CONFIG_POWER_RESET_RESTART is not set | # CONFIG_POWER_RESET_RESTART is not set | ||||||
| # CONFIG_POWER_RESET_SYSCON is not set | # CONFIG_POWER_RESET_SYSCON is not set | ||||||
| # CONFIG_POWER_RESET_SYSCON_POWEROFF is not set | # CONFIG_POWER_RESET_SYSCON_POWEROFF is not set | ||||||
|   | |||||||
| @@ -4134,6 +4134,7 @@ CONFIG_POSIX_TIMERS=y | |||||||
| # CONFIG_POWER_RESET_LINKSTATION is not set | # CONFIG_POWER_RESET_LINKSTATION is not set | ||||||
| # CONFIG_POWER_RESET_LTC2952 is not set | # CONFIG_POWER_RESET_LTC2952 is not set | ||||||
| # CONFIG_POWER_RESET_PIIX4_POWEROFF is not set | # CONFIG_POWER_RESET_PIIX4_POWEROFF is not set | ||||||
|  | # CONFIG_POWER_RESET_QNAP is not set | ||||||
| # CONFIG_POWER_RESET_RESTART is not set | # CONFIG_POWER_RESET_RESTART is not set | ||||||
| # CONFIG_POWER_RESET_SYSCON is not set | # CONFIG_POWER_RESET_SYSCON is not set | ||||||
| # CONFIG_POWER_RESET_SYSCON_POWEROFF is not set | # CONFIG_POWER_RESET_SYSCON_POWEROFF is not set | ||||||
|   | |||||||
| @@ -226,7 +226,6 @@ CONFIG_PLAT_ORION=y | |||||||
| CONFIG_POWER_RESET=y | CONFIG_POWER_RESET=y | ||||||
| CONFIG_POWER_RESET_GPIO=y | CONFIG_POWER_RESET_GPIO=y | ||||||
| CONFIG_POWER_RESET_LINKSTATION=y | CONFIG_POWER_RESET_LINKSTATION=y | ||||||
| # CONFIG_POWER_RESET_QNAP is not set |  | ||||||
| CONFIG_POWER_SUPPLY=y | CONFIG_POWER_SUPPLY=y | ||||||
| CONFIG_RATIONAL=y | CONFIG_RATIONAL=y | ||||||
| CONFIG_REGMAP=y | CONFIG_REGMAP=y | ||||||
|   | |||||||
| @@ -339,7 +339,6 @@ CONFIG_PLAT_ORION=y | |||||||
| CONFIG_PM_OPP=y | CONFIG_PM_OPP=y | ||||||
| CONFIG_POWER_RESET=y | CONFIG_POWER_RESET=y | ||||||
| CONFIG_POWER_RESET_GPIO=y | CONFIG_POWER_RESET_GPIO=y | ||||||
| # CONFIG_POWER_RESET_QNAP is not set |  | ||||||
| CONFIG_PRINTK_SAFE_LOG_BUF_SHIFT=11 | CONFIG_PRINTK_SAFE_LOG_BUF_SHIFT=11 | ||||||
| CONFIG_PWM=y | CONFIG_PWM=y | ||||||
| CONFIG_PWM_SYSFS=y | CONFIG_PWM_SYSFS=y | ||||||
|   | |||||||
| @@ -4,8 +4,7 @@ define KernelPackage/linkstation-poweroff | |||||||
|   TITLE:=Buffalo LinkStation power off driver |   TITLE:=Buffalo LinkStation power off driver | ||||||
|   KCONFIG:= \ |   KCONFIG:= \ | ||||||
| 	CONFIG_POWER_RESET=y \ | 	CONFIG_POWER_RESET=y \ | ||||||
| 	CONFIG_POWER_RESET_LINKSTATION \ | 	CONFIG_POWER_RESET_LINKSTATION | ||||||
| 	CONFIG_POWER_RESET_QNAP=n |  | ||||||
|  |  | ||||||
|   FILES:=$(LINUX_DIR)/drivers/power/reset/linkstation-poweroff.ko |   FILES:=$(LINUX_DIR)/drivers/power/reset/linkstation-poweroff.ko | ||||||
|   AUTOLOAD:=$(call AutoLoad,31,linkstation-poweroff,1) |   AUTOLOAD:=$(call AutoLoad,31,linkstation-poweroff,1) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Sungbo Eo
					Sungbo Eo