maximilian attems wrote:
hmm i had no coffee yet so if i'm stumbling nonesense please just guide..
:)
config HPET_RTC_IRQ
bool "HPET Control RTC IRQ" if !HPET_EMULATE_RTC
default n
depends on HPET
how would you expect to set that both options together
Hi!The patch fixes that. That's the old Kconfig, the new one is different if I read that correctly....
config HPET_RTC_IRQ - bool "HPET Control RTC IRQ" if !HPET_EMULATE_RTC - default n - depends on HPET + bool + default HPET_EMULATE_RTC + depends on RTC && HPET Andreas