• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1config BOOTLOADER_DRIVER
2	bool "PowerTV Bootloader Driver Support"
3	default n
4	depends on POWERTV
5	help
6	  Use this option if you want to load bootloader driver.
7
8config BOOTLOADER_FAMILY
9	string "POWERTV Bootloader Family string"
10	default "85"
11	depends on POWERTV && !BOOTLOADER_DRIVER
12	help
13	  This value should be specified when the bootloader driver is disabled
14	  and must be exactly two characters long. Families supported are:
15	    R1 - RNG-100  R2 - RNG-200
16	    A1 - Class A  B1 - Class B
17	    E1 - Class E  F1 - Class F
18	    44 - 45xx     46 - 46xx
19	    85 - 85xx     86 - 86xx
20