]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/DriverConfiguration.c
42afde2e10be6ef20a34fb013722dfb4b9651641
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Pci / IdeBusDxe / DriverConfiguration.c
1 /** @file
2 Implementation of UEFI Driver Configuration Protocol for IDE bus driver which
3 provides ability to set IDE bus controller specific options.
4
5 Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
6 SPDX-License-Identifier: BSD-2-Clause-Patent
7
8 **/
9
10
11 #include "IdeBus.h"
12
13 CHAR16 *OptionString[4] = {
14 L"Enable Primary Master (Y/N)? -->",
15 L"Enable Primary Slave (Y/N)? -->",
16 L"Enable Secondary Master (Y/N)? -->",
17 L"Enable Secondary Slave (Y/N)? -->"
18 };
19
20 //
21 // EFI Driver Configuration Protocol
22 //
23
24
25