Kconfig 702 B

123456789101112131415161718192021222324252627
  1. menu "Samsung Factory Feature"
  2. config SEC_FACTORY
  3. bool "when it comes to sec factory mode"
  4. default n
  5. select SEC_PANIC_PCIE_ERR
  6. help
  7. It will support a sec factory mode
  8. endmenu
  9. config SEC_FACTORY_INTERPOSER
  10. bool "Samsung Factory interposer binary"
  11. default n
  12. help
  13. Samsung Factory interposer binary
  14. config SAMSUNG_PRODUCT_SHIP
  15. bool "set up for product shipping"
  16. default n
  17. source "drivers/samsung/bsp/class/Kconfig"
  18. source "drivers/samsung/bsp/param/Kconfig"
  19. source "drivers/samsung/bsp/key_notifier/Kconfig"
  20. source "drivers/samsung/bsp/reloc_gpio/Kconfig"
  21. source "drivers/samsung/bsp/argos/Kconfig"
  22. source "drivers/samsung/bsp/of_kunit/Kconfig"
  23. source "drivers/samsung/bsp/qcom/Kconfig"