diff options
author | Sungbo Eo <mans0n@gorani.run> | 2022-01-01 21:57:47 +0900 |
---|---|---|
committer | Sungbo Eo <mans0n@gorani.run> | 2022-01-29 23:50:28 +0900 |
commit | 7a4a33060ff1457df6fdfeb3257b44a01f673776 (patch) | |
tree | b06b859c471f15cd59525f357516d61c6667e38d /target/linux/generic | |
parent | 957f9adeb1f8ec5de8d73e183dec267dbc6dc8bb (diff) | |
download | upstream-7a4a33060ff1457df6fdfeb3257b44a01f673776.tar.gz upstream-7a4a33060ff1457df6fdfeb3257b44a01f673776.tar.bz2 upstream-7a4a33060ff1457df6fdfeb3257b44a01f673776.zip |
kernel: add disabled POWER_RESET_QNAP
Move the disabled symbol from target configs to generic configs.
Signed-off-by: Sungbo Eo <mans0n@gorani.run>
Diffstat (limited to 'target/linux/generic')
-rw-r--r-- | target/linux/generic/config-5.10 | 1 | ||||
-rw-r--r-- | target/linux/generic/config-5.4 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/generic/config-5.10 b/target/linux/generic/config-5.10 index 619399a319..30c48d521b 100644 --- a/target/linux/generic/config-5.10 +++ b/target/linux/generic/config-5.10 @@ -4504,6 +4504,7 @@ CONFIG_POSIX_TIMERS=y # CONFIG_POWER_RESET_LINKSTATION is not set # CONFIG_POWER_RESET_LTC2952 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_SYSCON is not set # CONFIG_POWER_RESET_SYSCON_POWEROFF is not set diff --git a/target/linux/generic/config-5.4 b/target/linux/generic/config-5.4 index 6ee1d472db..7fcb045b37 100644 --- a/target/linux/generic/config-5.4 +++ b/target/linux/generic/config-5.4 @@ -4134,6 +4134,7 @@ CONFIG_POSIX_TIMERS=y # CONFIG_POWER_RESET_LINKSTATION is not set # CONFIG_POWER_RESET_LTC2952 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_SYSCON is not set # CONFIG_POWER_RESET_SYSCON_POWEROFF is not set |