Paste #124650

   
pasted on 21.07.2019 19:34
  • Edit to this paste
  • Print
  • Raw
  • The following pastes replied to this paste:  # 140322 # 232105
  • Show paste tree
  • Compare with paste
    #  
  • Toggle line numbers
  • Syntax highlighting  
Text paste
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
roman@ubuntu:~/android_kernel_xiaomi_msm8917-cm-14.1$ make riva_defconfig
  HOSTCC  scripts/basic/fixdep
  HOSTCC  scripts/kconfig/conf.o
  SHIPPED scripts/kconfig/zconf.tab.c
  SHIPPED scripts/kconfig/zconf.lex.c
  SHIPPED scripts/kconfig/zconf.hash.c
  HOSTCC  scripts/kconfig/zconf.tab.o
  HOSTLD  scripts/kconfig/conf
drivers/input/touchscreen/ft5336/Kconfig:2:warning: ignoring type redefinition of 'TOUCHSCREEN_FT5336' from 'boolean' to 'tristate'
drivers/input/touchscreen/FT5346/Kconfig:2:warning: ignoring type redefinition of 'TOUCHSCREEN_FT5346' from 'boolean' to 'tristate'
drivers/soc/qcom/Kconfig:368:warning: choice value used outside its choice group
drivers/soc/qcom/Kconfig:373:warning: choice value used outside its choice group
arch/arm64/configs/riva_defconfig:735:warning: override: reassigning to symbol CIFS
arch/arm64/configs/riva_defconfig:736:warning: override: reassigning to symbol NLS
arch/arm64/configs/riva_defconfig:737:warning: override: reassigning to symbol NLS_DEFAULT
arch/arm64/configs/riva_defconfig:738:warning: override: reassigning to symbol NLS_CODEPAGE_936
arch/arm64/configs/riva_defconfig:739:warning: override: reassigning to symbol NLS_CODEPAGE_950
arch/arm64/configs/riva_defconfig:740:warning: override: reassigning to symbol NLS_CODEPAGE_437
arch/arm64/configs/riva_defconfig:741:warning: override: reassigning to symbol NLS_UTF8
warning: (SND_SOC_APQ8084 && SND_SOC_MSM8994 && SND_SOC_MSM8996 && SND_SOC_MSM8X16 && SND_SOC_MDM9607 && SND_SOC_MDM9640) selects SND_SOC_WCD9330 which has unmet direct dependencies (SOUND && !M68K && !UML && SND && SND_SOC && WCD9330_CODEC)
warning: (SND_SOC_APQ8084 && SND_SOC_MSM8994 && SND_SOC_MSM8996 && SND_SOC_MSM8X16 && SND_SOC_MDM9607 && SND_SOC_MDM9640) selects SND_SOC_WCD9330 which has unmet direct dependencies (SOUND && !M68K && !UML && SND && SND_SOC && WCD9330_CODEC)
#
# configuration written to .config
#
roman@ubuntu:~/android_kernel_xiaomi_msm8917-cm-14.1$ 
Add Comment
Author