21 Feb, 2020

2 commits

  • Some bsp (eg: buildroot) has defconfig.fragment design to add more
    configs into the defconfig in linux source code tree. For example,
    we could put different cpu configs into different defconfig.fragments,
    but they all use the same defconfig in Linux.

    Signed-off-by: Ma Jun
    Signed-off-by: Guo Ren

    Ma Jun
     
  • CONFIG_CLKSRC_OF is gone since commit bb0eb050a577
    ("clocksource/drivers: Rename CLKSRC_OF to TIMER_OF"). The platform
    already selects TIMER_OF.

    CONFIG_HAVE_DMA_API_DEBUG is gone since commit 6e88628d03dd ("dma-debug:
    remove CONFIG_HAVE_DMA_API_DEBUG").

    CONFIG_DEFAULT_DEADLINE is gone since commit f382fb0bcef4 ("block:
    remove legacy IO schedulers").

    Signed-off-by: Krzysztof Kozlowski
    Signed-off-by: Guo Ren

    Krzysztof Kozlowski
     

25 Oct, 2018

1 commit