Message ID | 145b9d6983a6733e9d351fd0724aad57c321ccff.1702174575.git.ehem+openwrt@m5p.com |
---|---|
State | New |
Headers | show |
Series | Misc kernel config cleanup and small adjustments | expand |
diff --git a/target/linux/x86/config-5.15 b/target/linux/x86/config-5.15 index 57941a53bf..e1efc44fbe 100644 --- a/target/linux/x86/config-5.15 +++ b/target/linux/x86/config-5.15 @@ -158,7 +158,6 @@ CONFIG_HPET_EMULATE_RTC=y CONFIG_HPET_TIMER=y # CONFIG_HP_WATCHDOG is not set CONFIG_HW_CONSOLE=y -CONFIG_HW_RANDOM_GEODE=y CONFIG_HW_RANDOM_VIA=y # CONFIG_HYPERVISOR_GUEST is not set CONFIG_HZ_PERIODIC=y diff --git a/target/linux/x86/config-6.1 b/target/linux/x86/config-6.1 index 30ed7c84e3..b91575dcf5 100644 --- a/target/linux/x86/config-6.1 +++ b/target/linux/x86/config-6.1 @@ -166,7 +166,6 @@ CONFIG_HIGHPTE=y CONFIG_HPET_EMULATE_RTC=y CONFIG_HPET_TIMER=y CONFIG_HW_CONSOLE=y -CONFIG_HW_RANDOM_GEODE=y CONFIG_HW_RANDOM_VIA=y # CONFIG_HYPERVISOR_GUEST is not set CONFIG_HZ_PERIODIC=y diff --git a/target/linux/x86/geode/config-5.15 b/target/linux/x86/geode/config-5.15 index 6463934b77..22c9c031e8 100644 --- a/target/linux/x86/geode/config-5.15 +++ b/target/linux/x86/geode/config-5.15 @@ -52,6 +52,7 @@ CONFIG_GPIO_CS5535=y # CONFIG_HPET is not set # CONFIG_HP_ACCEL is not set CONFIG_HWMON=y +CONFIG_HW_RANDOM_GEODE=y CONFIG_I2C=y CONFIG_I2C_ALGOBIT=y CONFIG_I2C_ALGOPCA=y diff --git a/target/linux/x86/geode/config-6.1 b/target/linux/x86/geode/config-6.1 index e19cf7ea10..d45a2aa170 100644 --- a/target/linux/x86/geode/config-6.1 +++ b/target/linux/x86/geode/config-6.1 @@ -56,6 +56,7 @@ CONFIG_GPIO_CS5535=y # CONFIG_HPET is not set # CONFIG_HP_ACCEL is not set CONFIG_HWMON=y +CONFIG_HW_RANDOM_GEODE=y CONFIG_I2C=y CONFIG_I2C_ALGOBIT=y CONFIG_I2C_ALGOPCA=y
Date: Wed, 19 Apr 2023 14:07:47 -0700 Quite reasonable to have support for the Geode HW random number generator. On the Geode kernel. Signed-off-by: Elliott Mitchell <ehem+openwrt@m5p.com> --- target/linux/x86/config-5.15 | 1 - target/linux/x86/config-6.1 | 1 - target/linux/x86/geode/config-5.15 | 1 + target/linux/x86/geode/config-6.1 | 1 + 4 files changed, 2 insertions(+), 2 deletions(-)