Skip to content
  • Philippe Gerum's avatar
    arm/ipipe: do not force DEBUG_LL on RAW_PRINTK · 95df316d
    Philippe Gerum authored
    On ARM, the following dependency chain exists:
    IPIPE_DEBUG -> RAW_PRINTK -> DEBUG_LL.
    
    Unfortunately, forcing DEBUG_LL when selecting RAW_PRINTK is
    error-prone for newcomers, as this frequently ends up with kernels
    hanging at boot as a result of turning on IPIPE_DEBUG, due to a
    misconfigured/non-configured UART debug channel.
    
    Since we generically want RAW_PRINTK enabled with IPIPE_DEBUG, remove
    the RAW_PRINTK -> DEBUG_LL dependency on ARM, hinting about
    DEBUG_LL when necessary.
    95df316d