Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 13 Jun 2020 20:29:16 +0000 (13:29 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 13 Jun 2020 20:29:16 +0000 (13:29 -0700)
Pull more Kbuild updates from Masahiro Yamada:

 - fix build rules in binderfs sample

 - fix build errors when Kbuild recurses to the top Makefile

 - covert '---help---' in Kconfig to 'help'

* tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild:
  treewide: replace '---help---' in Kconfig files with 'help'
  kbuild: fix broken builds because of GZIP,BZIP2,LZOP variables
  samples: binderfs: really compile this sample and fix build issues

15 files changed:
1  2 
Makefile
arch/alpha/Kconfig
arch/arm/Kconfig
arch/arm64/Kconfig
arch/mips/Kconfig
arch/mips/kvm/Kconfig
arch/x86/Kconfig
drivers/staging/media/atomisp/Kconfig
drivers/staging/media/atomisp/i2c/Kconfig
drivers/staging/media/atomisp/i2c/ov5693/Kconfig
init/Kconfig
lib/Kconfig.debug
samples/Kconfig
samples/Makefile
scripts/Makefile.lib

diff --cc Makefile
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
@@@ -12,10 -11,9 +12,10 @@@ menuconfig INTEL_ATOMIS
  config VIDEO_ATOMISP
        tristate "Intel Atom Image Signal Processor Driver"
        depends on VIDEO_V4L2 && INTEL_ATOMISP
 +      depends on PMIC_OPREGION
        select IOSF_MBI
        select VIDEOBUF_VMALLOC
-       ---help---
+       help
          Say Y here if your platform supports Intel Atom SoC
          camera imaging subsystem.
          To compile this driver as a module, choose M here: the
@@@ -55,10 -54,10 +55,10 @@@ config VIDEO_ATOMISP_GC031
        tristate "GC0310 sensor support"
        depends on ACPI
        depends on I2C && VIDEO_V4L2
-       ---help---
+       help
          This is a Video4Linux2 sensor-level driver for the Galaxycore
          GC0310 0.3MP sensor.
 -       
 +
  config VIDEO_ATOMISP_OV2680
         tristate "Omnivision OV2680 sensor support"
        depends on ACPI
diff --cc init/Kconfig
Simple merge
Simple merge
diff --cc samples/Kconfig
Simple merge
Simple merge
Simple merge