File tree Expand file tree Collapse file tree 5 files changed +2
-12
lines changed Expand file tree Collapse file tree 5 files changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -475,7 +475,6 @@ config ARCH_S3C24XX
475
475
select GPIOLIB
476
476
select GENERIC_IRQ_MULTI_HANDLER
477
477
select HAVE_S3C2410_I2C if I2C
478
- select HAVE_S3C_RTC if RTC_CLASS
479
478
select NEED_MACH_IO_H
480
479
select S3C2410_WATCHDOG
481
480
select SAMSUNG_ATAGS
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ menuconfig ARCH_EXYNOS
21
21
select HAVE_ARM_ARCH_TIMER if ARCH_EXYNOS5
22
22
select HAVE_ARM_SCU if SMP
23
23
select HAVE_S3C2410_I2C if I2C
24
- select HAVE_S3C_RTC if RTC_CLASS
25
24
select PINCTRL
26
25
select PINCTRL_EXYNOS
27
26
select PM_GENERIC_DOMAINS if PM
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ config ARCH_S5PV210
13
13
select COMMON_CLK_SAMSUNG
14
14
select GPIOLIB
15
15
select HAVE_S3C2410_I2C if I2C
16
- select HAVE_S3C_RTC if RTC_CLASS
17
16
select PINCTRL
18
17
select PINCTRL_EXYNOS
19
18
select SOC_SAMSUNG
Original file line number Diff line number Diff line change @@ -94,7 +94,6 @@ config ARCH_EXYNOS
94
94
select COMMON_CLK_SAMSUNG
95
95
select EXYNOS_PM_DOMAINS if PM_GENERIC_DOMAINS
96
96
select EXYNOS_PMU
97
- select HAVE_S3C_RTC if RTC_CLASS
98
97
select PINCTRL
99
98
select PINCTRL_EXYNOS
100
99
select PM_GENERIC_DOMAINS if PM
Original file line number Diff line number Diff line change @@ -1404,16 +1404,10 @@ config RTC_DRV_OMAP
1404
1404
This driver can also be built as a module, if so, module
1405
1405
will be called rtc-omap.
1406
1406
1407
- config HAVE_S3C_RTC
1408
- bool
1409
- help
1410
- This will include RTC support for Samsung SoCs. If
1411
- you want to include RTC support for any machine, kindly
1412
- select this in the respective mach-XXXX/Kconfig file.
1413
-
1414
1407
config RTC_DRV_S3C
1415
1408
tristate "Samsung S3C series SoC RTC"
1416
- depends on ARCH_S3C64XX || HAVE_S3C_RTC || COMPILE_TEST
1409
+ depends on ARCH_EXYNOS || ARCH_S3C64XX || ARCH_S3C24XX || ARCH_S5PV210 || \
1410
+ COMPILE_TEST
1417
1411
help
1418
1412
RTC (Realtime Clock) driver for the clock inbuilt into the
1419
1413
Samsung S3C24XX series of SoCs. This can provide periodic
You can’t perform that action at this time.
0 commit comments