rts: Kconfig: Add QMSI dependency on RTC options
This patch adds the QMSI as a dependency on options which only pertain to QMSI related peripherals. Signed-off-by: Andy Gross <andy.gross@linaro.org>
This commit is contained in:
parent
2920815d23
commit
4603565a81
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ config RTC_0_NAME
|
||||||
|
|
||||||
config RTC_0_IRQ_PRI
|
config RTC_0_IRQ_PRI
|
||||||
int "RTC Driver Interrupt priority"
|
int "RTC Driver Interrupt priority"
|
||||||
depends on RTC
|
depends on RTC_QMSI
|
||||||
help
|
help
|
||||||
RTC interrupt priority.
|
RTC interrupt priority.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue