diff options
author | Birger Koblitz <git@birger-koblitz.de> | 2022-01-07 17:21:29 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2022-02-17 15:21:47 +0000 |
commit | 5cb28280922d361290d7af1a1c54ddcfa806c7b6 (patch) | |
tree | c184d2a8d180b0d90fa78d1ca258a1b3d33ba233 /target/linux/realtek/rtl839x/config-5.10 | |
parent | 775d903216a08c2a8009863d2f9c33f62657ba94 (diff) | |
download | upstream-5cb28280922d361290d7af1a1c54ddcfa806c7b6.tar.gz upstream-5cb28280922d361290d7af1a1c54ddcfa806c7b6.tar.bz2 upstream-5cb28280922d361290d7af1a1c54ddcfa806c7b6.zip |
realtek: Use new CEVT timer
Selects the new CEVT timer for Realtek instead of the previous
timer driver. While we are at it, we explicitily state we do
not use the I2C driver of the RTL9300.
Signed-off-by: Birger Koblitz <git@birger-koblitz.de>
Diffstat (limited to 'target/linux/realtek/rtl839x/config-5.10')
-rw-r--r-- | target/linux/realtek/rtl839x/config-5.10 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/target/linux/realtek/rtl839x/config-5.10 b/target/linux/realtek/rtl839x/config-5.10 index 5c6fd8fb26..770ad0641b 100644 --- a/target/linux/realtek/rtl839x/config-5.10 +++ b/target/linux/realtek/rtl839x/config-5.10 @@ -7,6 +7,7 @@ CONFIG_BLK_DEV_RAM=y CONFIG_BLK_DEV_RAM_COUNT=16 CONFIG_BLK_DEV_RAM_SIZE=4096 CONFIG_CEVT_R4K=y +CONFIG_CEVT_RTL9300=y CONFIG_CLKDEV_LOOKUP=y CONFIG_CLKSRC_MMIO=y CONFIG_CLONE_BACKWARDS=y @@ -85,6 +86,8 @@ CONFIG_I2C=y CONFIG_I2C_ALGOBIT=y CONFIG_I2C_BOARDINFO=y CONFIG_I2C_GPIO=y +# CONFIG_I2C_RTL9300 is not set +# CONFIG_I2C_MUX_RTL9300 is not set CONFIG_INITRAMFS_SOURCE="" CONFIG_IRQCHIP=y CONFIG_IRQ_DOMAIN=y @@ -174,7 +177,6 @@ CONFIG_RTL83XX=y CONFIG_RTL839X=y # CONFIG_RTL930X is not set # CONFIG_RTL931X is not set -CONFIG_RTL9300_TIMER=y CONFIG_SERIAL_MCTRL_GPIO=y CONFIG_SERIAL_OF_PLATFORM=y CONFIG_SFP=y |