diff options
| author | Xiaobo Liu <cppcoffee@gmail.com> | 2023-11-14 11:07:56 +0800 |
|---|---|---|
| committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-11-25 18:16:46 +0100 |
| commit | 5fbb1f09cad55fcd0b3706da02e6bb4c0f7623c2 (patch) | |
| tree | 7cac07c4af4710097a1392c51ee5a2c56890402f /target/linux | |
| parent | 8a8d68cf030b9d30309c38fbdb28b236ceac88b1 (diff) | |
| download | upstream-5fbb1f09cad55fcd0b3706da02e6bb4c0f7623c2.tar.gz upstream-5fbb1f09cad55fcd0b3706da02e6bb4c0f7623c2.tar.bz2 upstream-5fbb1f09cad55fcd0b3706da02e6bb4c0f7623c2.zip | |
ramips: mt76x8 add support for RTC class/drivers
This commit adds support for RTC class/drivers to the mt76x8 target.
Signed-off-by: Xiaobo Liu <cppcoffee@gmail.com>
Diffstat (limited to 'target/linux')
| -rw-r--r-- | target/linux/ramips/mt76x8/config-5.15 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/mt76x8/config-5.15 b/target/linux/ramips/mt76x8/config-5.15 index bd1d3688b82..6d6759a7c58 100644 --- a/target/linux/ramips/mt76x8/config-5.15 +++ b/target/linux/ramips/mt76x8/config-5.15 @@ -162,6 +162,7 @@ CONFIG_REGMAP_MMIO=y CONFIG_REGULATOR=y CONFIG_REGULATOR_FIXED_VOLTAGE=y CONFIG_RESET_CONTROLLER=y +CONFIG_RTC_CLASS=y CONFIG_SERIAL_8250_NR_UARTS=3 CONFIG_SERIAL_8250_RUNTIME_UARTS=3 CONFIG_SERIAL_MCTRL_GPIO=y |
