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/rtl838x/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/rtl838x/config-5.10')
-rw-r--r-- | target/linux/realtek/rtl838x/config-5.10 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/realtek/rtl838x/config-5.10 b/target/linux/realtek/rtl838x/config-5.10 index 8208282f89..1252aab11e 100644 --- a/target/linux/realtek/rtl838x/config-5.10 +++ b/target/linux/realtek/rtl838x/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 @@ -172,7 +173,6 @@ CONFIG_RTL838X=y # CONFIG_RTL839X is not set # 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 |