1# SPDX-License-Identifier: GPL-2.0-or-later 2 3config EC_51NB_NPCE985LA0DX 4 bool 5 default n 6 help 7 Support for the 51NB NPCE985LA0DX EC 8 9if EC_51NB_NPCE985LA0DX 10 11comment "Please select the following otherwise your laptop cannot be powered on." 12 13config EC_51NB_NPCE985LA0DX_FIRMWARE 14 bool "Add firmware image for 51NB NPCE985LA0DX EC" 15 depends on EC_51NB_NPCE985LA0DX 16 default n 17 help 18 Select this option to add the firmware blob for the 51NB EC. 19 You need this blob to power on your machine. 20 21config EC_51NB_NPCE985LA0DX_FW 22 string "51NB EC firmware path" 23 depends on EC_51NB_NPCE985LA0DX_FIRMWARE 24 default "ec.bin" 25 help 26 The path and filename of the file to use as 51NB firmware. 27endif 28